@charset "UTF-8";

/*******/

html,
body {
    -ms-overflow-style: scrollbar;
}



div,
span,
i,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd,
ul,
li {
    margin: 0;
    padding: 0;
    font-family: inherit;
    outline: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 1em;
    line-height: inherit;
    resize: none;
}

div:focus,
div:active,
span:focus,
span:active,
i:focus,
i:active,
h1:focus,
h1:active,
h2:focus,
h2:active,
h3:focus,
h3:active,
h4:focus,
h4:active,
h5:focus,
h5:active,
h6:focus,
h6:active,
p:focus,
p:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
label:focus,
label:active,
dl:focus,
dl:active,
dt:focus,
dt:active,
dd:focus,
dd:active,
ul:focus,
ul:active,
li:focus,
li:active {
    outline: none;
}

input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
label:focus,
label:active {
    box-shadow: none;
}

input[type='radio'],
input[type='checkbox'],
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    box-shadow: none;
}

input[type='radio']:focus,
input[type='radio']:active,
input[type='checkbox']:focus,
input[type='checkbox']:active,
textarea:focus,
textarea:active {
    outline: none;
    box-shadow: none;
}

input[type="text"]:focus,
input[type="text"]:active {
    outline: none;
    box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

button {
    appearance: none;
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    outline: none;
    border: none;
    background: transparent;
}

button:focus {
    outline: none;
}

a {
    color: inherit;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a:focus,
a:active {
    color: inherit;
    text-decoration: none;
    outline: none;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    vertical-align: middle;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

table {
    border: solid 0px #e5e5e5;
    border-collapse: collapse;
}

th,
td {
    font-weight: normal;
    padding: 5px;
    border: solid 0px #e5e5e5;
    word-break: break-all;
}

.wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.row {
    display: flex;
    display: -webkit-flex;
    margin: 0 auto;
    position: relative;
}

.row:before,
.row:after {
    display: none;
}

.lg-inner {
    width: 1600px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.lg-inner:before,
.lg-inner:after {
    content: '';
    display: table;
    clear: both;
}

.global-inner {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.global-inner:before,
.global-inner:after {
    content: '';
    display: table;
    clear: both;
}

@media screen and (max-width: 1700px) {
    .lg-inner {
        width: 1400px;
    }
}

@media screen and (max-width: 1500px) {
    .lg-inner,
    .global-inner {
        width: 86vw;
    }
}

@media (max-width: 991.98px) {
    .lg-inner,
    .global-inner {
        width: 100% !important;
        max-width: 100%;
        padding: 0 0.3rem !important;
        margin: 0 auto;
    }
}

.table-cell {
    display: table-cell;
    vertical-align: top;
}

.en {
    font-family: "Arial";
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.swiper-pagination-bullet {
    opacity: 1;
}

.fa {
    display: inline-block;
    line-height: inherit;
    font-size: 1em;
    vertical-align: middle;
    font-style: normal;
}

.inline-block {
    display: inline-block;
    vertical-align: top;
}

.padding-0 {
    padding: 0 !important;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-bot-0 {
    padding-bottom: 0 !important;
}

.t-center {
    text-align: center;
}

.flex {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.flex-cell {
    width: 100%;
    max-width: 100%;
    flex: 1;
    -webkit-flex: 1;
}

@media (min-width: 1600px) {
    .hidden-xxl-up {
        display: none !important;
    }
    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 1599.98px) {
    .hidden-xxl-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .visible-sm-down {
        display: none !important;
    }
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-xs-up {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    .hidden-xs-down {
        display: none !important;
    }
}


/*** 无内容提示 ***/

.gnull-tips {
    width: 100%;
    font-size: 16px;
    line-height: 100px;
    color: #999;
    text-align: center;
    min-height: 300px;
}

@media screen and (max-width: 767.98px) {
    .gnull-tips {
        font-size: 0.28rem;
        line-height: 1rem;
        min-height: 3rem;
    }
}


/***** 滚动条 *****/

.mCSB_inside>.mCSB_container {
    margin: 0;
}

.mCSB_scrollTools {
    width: 4px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    border-radius: 0;
    background: transparent;
    transition: all 1.5s easeInOut;
    -webkit-transition: all 1.5s easeInOut;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    border-radius: 4px;
    background: #adadad;
}

.scrollbox,
.scrollbox2 {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 991.98px) {
    .scrollbox {
        overflow-y: auto !important;
    }
    .scrollbox2 {
        overflow-x: auto !important;
    }
}


/**** modal ***/

.modal-backdrop {
    display: none !important;
}

#modalDiv {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: scroll;
    z-index: -1;
}

.modal {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    position: fixed !important;
    background: rgba(0, 0, 0, 0.8);
}

.modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    pointer-events: auto;
}

.modal-content {
    display: block;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    margin: 0 auto;
}

.modal-header,
.modal-body,
.modal-footer {
    border: none;
    padding: 0;
    display: block;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.modal-header {
    position: relative;
    z-index: 1060;
}


/**** animate ***/

.animated {
    animation-delay: .1s;
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        transform: translate3d(0, 100px, 0);
        -webkit-transform: translate3d(0, 100px, 0);
    }
    to {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }
}

@-webkit-keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
    }
}

@keyframes fadeInUp3 {
    0% {
        opacity: 0;
        transform: translate3d(0, 300px, 0);
        -webkit-transform: translate3d(0, 300px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }
}

@-webkit-keyframes fadeInUp3 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 300px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
    }
}

@keyframes btnhover {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes btnhover {
    0% {
        -webkit-transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

.fadeInUp2 {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
    animation: fadeInUp2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
    -webkit-animation: fadeInUp2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.fadeInUp3 {
    opacity: 0;
    transform: translate3d(0, 300px, 0);
    -webkit-transform: translate3d(0, 300px, 0);
    animation: fadeInUp3 1s cubic-bezier(0.4, 0, 0.2, 1) both;
    -webkit-animation: fadeInUp3 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.btnhover:hover .arrow {
    animation: btnhover 1s cubic-bezier(0.4, 0, 0.2, 1) both;
    -webkit-animation: btnhover 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}


/**** video ***/

.video-box {
    position: relative;
}

.video-box .adjust {
    width: 100%;
    max-width: 100%;
    display: block;
    opacity: 0;
}

.video-js {
    width: 100% !important;
    height: 100% !important;
    display: block;
    overflow: hidden;
    background-color: #000;
    position: absolute !important;
    left: 0;
    top: 0;
    z-index: 20;
}

.video-js:hover .vjs-big-play-button {
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
}

.video-js .vjs-big-play-button {
    width: 6rem;
    height: 6rem;
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: none;
    border: none;
    border-radius: 100%;
    z-index: 50;
    opacity: .5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin: 0;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder {
    width: 100%;
    height: 100%;
    display: block;
    background: url("/content/img/images/video-play.png") no-repeat center center transparent;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border: none;
    z-index: 50;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    display: none;
}

.video-js .vjs-poster {
    background-size: cover;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.video-js .vjs-subs-caps-button {
    display: none !important;
}

.video-js .vjs-button>.vjs-icon-placeholder:before {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

@media (max-width: 991.98px) {
    .video-js .vjs-big-play-button {
        width: 1.2rem;
        height: 1.2rem;
    }
}


/*** modal-video ***/

.modal-video {
    background: rgba(0, 0, 0, 0.8);
}

.modal-swip .modal-dialog {
    top: 50%;
    transform: translateY(-50%)!important;
    -webkit-transform: translateY(-50%)!important;
    -ms-transform: translateY(-50%)!important;
}

.modal-video .modal-close,
.modal-swip .modal-close {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    transform: translate(25px, 0);
    -webkit-transform: translate(25px, 0);
    border: solid 1px #fff;
    border-radius: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.modal-video .modal-close .bi,
.modal-swip .modal-close .bi {
    width: 50%;
    height: 50%;
    display: block;
    color: #fff;
}

.modal-video .modal-dialog {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1060;
}

.modal-video .modal-content {
    width: 1600px;
    max-width: 86vw;
    margin: 0 auto;
    padding: 0;
    background: transparent;
}

.modal-video .video-box {
    max-height: 85vh;
    overflow: hidden;
}

@media screen and (max-width: 1700px) {
    .modal-video .modal-content {
        width: 1400px;
    }
}

@media screen and (max-width: 767.98px) {
    .modal-video .modal-content {
        width: 100%;
        max-width: 100%;
        padding: 0 0.3rem;
    }
    .modal-video .modal-close {
        top: auto;
        left: auto;
        bottom: 100%;
        right: 0.3rem;
        transform: translate(0, -0.5rem);
        -webkit-transform: translate(0, -0.5rem);
        z-index: 1100;
    }
}


/*** 表单 ***/

.form-group {
    margin-bottom: 1.1em;
    position: relative;
    line-height: 2.5em;
}

.form-group .help-block {
    font-size: .7em;
    line-height: 1.5em;
    margin-top: 5px;
}

.form-group.has-error .help-block {
    color: red;
}

.form-group.is-block {
    display: block !important;
}

.form-group .must {
    width: 1em;
    display: block;
    color: #ff0000;
    font-style: normal;
    text-align: right;
    font-size: 1em;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 10;
}

.form-group .unit {
    min-width: 1em;
    display: block;
    margin-left: 1em;
}

.control-label {
    font-size: 18px;
    font-size: .9em;
    height: 2.78em;
    line-height: 2.78em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    color: #333;
    font-weight: normal;
    margin: 0;
    margin-right: 1em;
}

.form-control {
    width: 100%;
    height: 3.125em;
    display: block;
    background: #fff;
    border: solid 1px #dcdcdc;
    position: relative;
    padding: 0.5em .9em;
    font-size: .8em;
    line-height: 2em;
    color: #333;
    border-radius: 0;
}

.form-control:focus,
.form-control:active {
    box-shadow: none;
    outline: none;
    background-color: #fff;
}

.form-control[readonly] {
    background-color: #fff;
}

textarea.form-control {
    height: 90px;
}

.form-group-cell {
    width: 100%;
    max-width: 100%;
    flex: 1;
    -webkit-flex: 1;
}

.frm-vcode .flex {
    width: 54%;
}

.frm-vcode .inpt {
    width: 100%;
    max-width: 100%;
    flex: 1;
    -webkit-flex: 1;
    position: relative;
}

.frm-vcode .vcode-imgs {
    width: 100px;
    flex: 0 0 100px;
    -webkit-flex: 0 0 100px;
    height: 30px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    margin-left: 10px;
}

.frm-vcode .vcode-imgs img {
    width: 100%;
    height: 100%;
    display: block;
}

.frm-upload {
    padding-right: 0;
}

.frm-upload .row {
    font-size: 1em;
    line-height: inherit;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
}

.frm-upload .btn-file {
    position: relative;
    display: block;
    padding-right: 1em;
    margin-right: 0.6em;
}

.frm-upload .btn-file a {
    width: 110px;
    height: 30px;
    display: block;
    text-align: center;
    font-size: 1em;
    line-height: 30px;
    color: #000022;
    border: solid 1px #d2d2d2;
    background: url("/content/img/images/bg-2.jpg") no-repeat center center;
    background-size: cover;
    cursor: pointer;
    border-radius: 2px;
}

.frm-upload .btn-file a::after {
    background: #e60012;
}

.frm-upload .btn-file input[type="file"] {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    cursor: pointer;
    opacity: 0;
}

.frm-upload .btn-file .must {
    top: 0;
}

.form-btnbox {
    margin-top: 2.4em;
    width: 100%;
    display: flex;
    -webkit-display: flex;
}

.form-btnbox a,
.form-btnbox button {
    width: 100%;
    font-size: 16px;
    font-size: .8em;
    line-height: 3em;
    height: calc(3em + 2px);
    text-align: center;
    overflow: hidden;
    position: relative;
}

.checklist {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.checklist li {
    margin-right: 2.22em;
}

.checklist li:last-child {
    margin-right: 0 !important;
}

.checklist .checklabel {
    cursor: pointer;
}

.checklist input[type="radio"] {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0.56em 0 0;
    border-radius: 100%;
    border: solid 1px #004f93;
    position: relative;
}

.checklist input[type="radio"]:checked::after {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 100%;
    background: #e60012;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.global-form {
    margin-top: 1.5em;
}

.global-form .row-item {
    padding: 0 1.5em;
}

.layout-h .form-group {
    width: 100%;
    display: flex;
    display: -webkit-flex;
}

.layout-h .control-label {
    flex: 0 0 5em;
    -webkit-flex: 0 0 5em;
}

@media screen and (min-width: 1000px) {
    .frm-upload .btn-file:hover {
        border-color: #e60012;
        color: #fff;
    }
    select.form-control {
        appearance: none;
        -webkit-appearance: none;
        background: url("/content/img/images/sel-down.png") no-repeat right 0.875em center #fff;
        background-size: 1.125em auto;
    }
}

@media screen and (max-width: 991.98px) {
    .global-form .row {
        margin: 0 -0.3rem;
    }
    .global-form .row-item {
        padding: 0 0.3rem;
    }
}

@media screen and (max-width: 767.98px) {
    .global-form {
        margin-top: 0.6rem;
    }
    .form-group {
        padding: 0;
        line-height: 0.7rem;
        margin-bottom: .3rem;
    }
    .form-group .help-block {
        font-size: 0.26rem;
        line-height: 0.4rem;
        margin: 0.1rem 0 0;
    }
    .control-label {
        height: 0.7rem;
        line-height: 0.7rem;
        font-size: 0.28rem;
    }
    .form-control {
        max-width: 100% !important;
        height: calc(.68rem + 2px);
        padding: 0 0.28rem;
        font-size: .26rem;
        line-height: .68rem;
    }
    textarea.form-control {
        height: 3rem;
    }
    .frm-upload .row {
        display: block;
    }
    .frm-upload .btn-file a {
        width: 2.5rem;
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.28rem;
    }
    .frm-upload .tips {
        width: 100%;
        display: block;
        margin-top: 0.1rem;
        line-height: 0.48rem;
    }
    .frm-vcode .flex {
        width: 100%;
    }
    .frm-vcode .vcode-imgs {
        width: 1.5rem;
        flex: 0 0 1.5rem;
        -webkit-flex: 0 0 1.5rem;
        height: 0.6rem;
        margin-left: 0.3rem;
    }
    .form-btnbox {
        margin-top: 0.66rem !important;
    }
    .form-btnbox a,
    .form-btnbox button {
        width: 100%;
        height: calc(0.68rem + 2px);
        line-height: 0.68rem;
        font-size: 0.26rem;
    }
    .checklist input[type="radio"] {
        width: 12px;
        height: 12px;
    }
    .checklist input[type="radio"]:checked::after {
        width: 5px;
        height: 5px;
    }
}


/*** 鼠标经过 ****/

.btn-h {
    display: block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.btn-h span {
    position: relative;
    display: block;
    z-index: 5;
}

.btn-h::after {
    content: '';
    display: block;
    width: 500px;
    height: 500px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 100%;
    opacity: 0;
    margin: -250px 0 0 -250px;
}

.btn-h.btn-xyellow {
    border: solid 1px #fff100;
    color: #fff100;
}

.btn-h.btn-xyellow::after {
    background: #fff100;
}

.btn-h.btn-red {
    background: #e60012;
    border: solid 1px #e60012;
    color: #fff;
}

.btn-h.btn-red::after {
    background: #fff;
}

@media screen and (min-width: 1000px) {
    .btn-h:hover::after {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
    .btn-h.btn-xyellow:hover {
        color: #e60012;
    }
    .btn-h.btn-red:hover {
        color: #e60012;
    }
}


/**** 辅助 ***/

.layui-laydate-content table,
.layui-laydate-content td,
.layui-laydate-content th {
    border: none;
}

.swiper-pagination-lock,
.swiper-button-lock {
    display: none !important;
}

body.is-edge img.bi {
    display: inline-block;
    vertical-align: middle;
}

body.is-edge svg.bi {
    display: none !important;
}


/*** 头部 ***/

.header {
    width: 100%;
    height: calc(4em + 1px);
    line-height: 4em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    background: #e60012;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0 1.5em 0 3em;
    z-index: 100;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    color: #fff;
}

.head-place {
    width: 100%;
    height: calc(4em + 1px);
}

.head-fl {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.head-logo {
    padding: .75rem 0;
    position: relative;
    margin-right: 1.5em;
}

.head-logo a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    overflow: hidden;
}

.head-logo img {
    height: 2.5em;
    display: block;
    float: left;
}

.head-logo .line {
    width: 1px;
    height: 2.5em;
    display: block;
    float: left;
    opacity: .5;
    margin: 0 .5em;
    background: #fff;
}

.head-logo .red {
    display: none;
}

.head-navlist {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    white-space: nowrap;
}

.head-navlist>li {
    position: relative;
    padding: 1em;
}

.head-navlist>li.active .navlv1::after {
    width: 100%;
    opacity: 1;
}

.head-navlist .navlv1 {
    height: 2em;
    line-height: 2em;
    position: relative;
    padding: 0 .25em;
}

.head-navlist .navlv1::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #fff100;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    opacity: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    z-index: 1;
}

.head-navlist .navlv1 a {
    display: block;
    font-size: 18px;
    font-size: .9em;
}

.head-navlist .subnav-box {
    min-width: 8em;
    background: #e60012;
    display: none;
    position: absolute;
    left: -0.9em;
    top: 100%;
}

.head-navlist .subnav-box li {
    line-height: 2.8em;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    white-space: no-repeat;
    padding: 0 1em;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.head-navlist .subnav-box li:last-child {
    border-bottom: none;
}

.head-navlist .subnav-box li:hover {
    background: #c2000f;
}

.head-navlist .subnav-box a {
    font-size: 18px;
    font-size: .9em;
    display: block;
    text-align: center;
}

.head-fr {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.head-telnum {
    font-size: 1.5em;
    padding: 0 0 0 1em;
    border-left: solid 1px rgba(255, 255, 255, 0.2);
    font-family: "Arial";
    font-weight: bold;
    margin-left: 1.5em;
}

.head-link {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    line-height: 1em;
}

.head-link>li {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    padding: 0 1em;
}

.head-link>li::after {
    content: '';
    width: 1px;
    height: 1em;
    display: block;
    background: #fff;
    opacity: .3;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.head-link>li:first-child {
    padding-left: 0;
}

.head-link>li:last-child {
    padding-right: 0;
}

.head-link>li:last-child::after {
    display: none;
}

.head-link>li:hover .dropbox {
    display: block;
}

.head-link a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.head-link .bi {
    width: 1em;
    height: 1em;
    display: block;
}

.head-link span {
    font-size: 14px;
    font-size: .7em;
    display: block;
}

.head-link .t1 {
    margin-left: .7em;
}

.head-link .t2 {
    margin-right: .7em;
}

.head-link .btn-lang .bi {
    width: .7em;
}

.head-link .dropbox {
    width: 100%;
    display: none;
    background: #e60012;
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: .5em;
    z-index: 50;
}

.head-link .dropbox li {
    padding: 0 1em;
}

.head-link .dropbox a {
    font-size: .7em;
    line-height: 2em;
}

.modal-schbox {
    width: 100%;
    padding: 1.25em 0;
    background: #f8f8fa;
    display: none;
    position: fixed;
    left: 0;
    top: 4em;
    z-index: 1020;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.modal-schbox .box {
    width: 33.8em;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    padding-right: 3.8em;
}

.modal-schbox .sch {
    width: 100%;
    position: relative;
}

.modal-schbox .inpt {
    width: 100%;
    height: 3.75em;
    font-size: 16px;
    font-size: .8em;
    line-height: 2.75em;
    padding: .5em 4.375em .5em 1.25em;
    background: #fff;
    color: #333;
}

.modal-schbox .btn-sch {
    width: 4.375em;
    height: 100%;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}

.modal-schbox .btn-sch .bi {
    width: 1em;
    height: 1em;
    display: block;
    color: #e60012;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.modal-schbox .btn-close {
    width: 1em;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}

.modal-schbox .btn-close .bi {
    width: 1em;
    height: 1em;
    display: block;
}

.modal-navbox {
    overflow: hidden;
    background: url("/content/img/images/nav-bg.jpg") no-repeat center bottom #e60012;
    background-size: cover;
    padding-top: 1.06rem;
    color: #fff;
}

.modal-navbox .modal-dialog {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    overflow-y: auto;
}

.modal-navbox .modal-content {
    width: 100%;
    padding: 0.4rem 0.6rem;
}

.modal-navback {
    display: none;
    margin-bottom: .4rem;
}

.modal-navback .btn-return {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    font-size: .28rem;
    line-height: .82rem;
}

.modal-navback .btn-return .bi {
    width: .24rem;
    height: .24rem;
    display: block;
    margin: 0 .3rem 0 -.06rem;
}

.modal-navlist {
    width: 100%;
    position: relative;
}

.modal-navlist .is-hide {
    display: none !important;
}

.modal-navlist li.active>.navlv {
    color: #fff100;
    margin-bottom: .4rem;
    font-size: .32rem;
    line-height: .9rem;
}

.modal-navlist li.active>.navlv a {
    font-weight: bold;
}

.modal-navlist li.active>.navlv a span {
    border-bottom: solid 1px #fff100;
}

.modal-navlist li.active>.navlv .arrow {
    display: none;
}

.modal-navlist li.active>.subnav-box {
    display: block;
}

.modal-navlist li.is-parent>.navlv {
    display: none;
}

.modal-navlist li.is-parent>.subnav-box {
    padding-left: 0;
}

.modal-navlist a {
    float: left;
    min-width: 50%;
}

.modal-navlist a span {
    display: inline-block;
    vertical-align: middle;
    line-height: .34rem;
}

.modal-navlist .arrow {
    width: .78rem;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -.3rem;
    top: 0;
    z-index: 20;
}

.modal-navlist .arrow .bi {
    width: .3rem;
    height: .3rem;
    display: block;
}

.modal-navlist .lv1 {
    font-size: .32rem;
    line-height: .9rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    position: relative;
    padding-right: .48rem;
}

.modal-navlist .subnav-box {
    width: 100%;
    display: none;
    padding-left: .3rem;
}

.modal-navlist .subnav-box .navlv {
    font-size: .3rem;
    line-height: 1rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    position: relative;
    padding-right: .48rem;
}

.modal-navlink {
    margin-top: .62rem;
    font-size: .32rem;
    line-height: .9rem;
    color: #fff100;
}

.modal-navlink li {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.modal-navlink a {
    min-width: 50%;
}

body.hlogo-red .header {
    background: transparent;
}

body.hlogo-red .head-logo .white {
    display: none;
}

body.hlogo-red .head-logo .red {
    display: flex;
    display: -webkit-flex;
}

body.head-notbg .header {
    background: transparent;
}

body.head-isred .header {
    background: #e60012;
}

body.head-isred .head-logo .red {
    display: none !important;
}

body.head-isred .head-logo .white {
    display: flex !important;
    display: -webkit-flex !important;
}

body.open-mnav .header {
    z-index: 2000;
}

body.open-mnav .btn-nav_open {
    display: none;
}

body.open-mnav .btn-nav_close {
    display: flex;
    display: -webkit-flex;
}

@media screen and (min-width: 992px) {
    .head-fr a[href]:hover {
        color: #fff100;
    }
}

@media screen and (max-width: 1700px) {
    .header {
        padding: 0 1.5vw 0 3vw;
    }
    .head-logo {
        margin-right: 1vw;
    }
    .head-navlist>li {
        padding-right: 1vw;
        padding-left: 1vw;
    }
    .head-link>li {
        padding: 0 1vw;
    }
    .head-link .dropbox li {
        padding: 0 1vw;
    }
    .head-telnum {
        padding-left: 1.5vw;
        margin-left: 1.5vw;
    }
}

@media screen and (max-width: 1660px) {
    .head-telnum {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .head-link .t1 {
        display: none;
    }
}

@media screen and (max-width: 991.98px) {
    .layout-h .control-label {
        white-space: nowrap;
    }
    .header {
        height: calc(1.06rem + 1px);
        line-height: 1.06rem;
        padding: 0 0.3rem;
    }
    .head-place {
        width: 100%;
        height: calc(1.06rem + 1px);
    }
    .head-logo {
        padding: .26rem 0;
    }
    .head-logo img {
        height: .54rem;
    }
    .head-logo .line {
        height: .54rem;
        margin: 0 .1rem;
    }
    .head-link .btn-sch {
        width: .9rem;
        height: 1.06rem;
        line-height: inherit;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .head-link .btn-sch .bi {
        width: .4rem;
        height: .4rem;
    }
    .head-menu {
        width: .9rem;
        height: 1.06rem;
        margin-right: -.2rem;
        position: relative;
    }
    .head-menu a {
        width: 100%;
        height: 100%;
        position: relative;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .head-menu .bi {
        width: .5rem;
        height: .5rem;
    }
    .btn-nav_open {
        display: flex;
        display: -webkit-flex;
    }
    .btn-nav_close {
        display: none;
    }
    .modal-schbox {
        top: 1.06rem;
        padding: .3rem 0;
    }
    .modal-schbox .box {
        width: 100%;
        padding: 0 1rem 0 0;
    }
    .modal-schbox .btn-close {
        width: .4rem;
    }
    .modal-schbox .btn-close .bi {
        width: .4rem;
        height: .4rem;
    }
    .modal-schbox .inpt {
        height: .8rem;
        padding: .1rem 1rem .1rem .3rem;
        font-size: .28rem;
        line-height: .6rem;
    }
    .modal-schbox .btn-sch {
        width: 1rem;
    }
    .modal-schbox .btn-sch .bi {
        width: .4rem;
        height: .4rem;
    }
}


/*** 主体 ***/

.main-box {
    width: 100%;
    min-height: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.inside-crumb {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin-top: 1em;
}

.inside-crumb a {
    float: left;
    display: block;
    font-size: 16px;
    font-size: .8em;
    line-height: 1em;
    color: #666;
}

.inside-crumb a::after {
    content: '|';
    margin: 0 .5em;
    color: #666 !important;
}

.inside-crumb a:hover {
    color: #e60012;
}

.inside-crumb a:last-child::after,
.inside-crumb a.last::after {
    display: none;
}


/*** 底部 ***/

.footer {
    width: 100%;
    position: relative;
    z-index: 20;
    background: #27282d;
    color: #fff;
    z-index: 300;
}

.familyOpen .foot-family.web {
    background: #fff;
}

.familyOpen .foot-family.web a {
    color: #333!important;
}

.foot-family.web {
    position: absolute;
    width: 163px;
    height: 4.5em;
    top: -1.25em;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer a {
    display: block;
}

.foot-top {
    width: 100%;
    font-size: 16px;
    font-size: .8em;
    line-height: 1.875em;
    color: #fff100;
    padding: 1.25em 0;
}

.foot-telnum {
    font-size: 1.875em;
    font-family: "Arial";
    font-weight: bold;
    float: left;
    margin-right: 2em;
    padding-right: 2em;
    position: relative;
}

.foot-telnum::after {
    content: '';
    display: block;
    width: 1px;
    height: .8em;
    background: #87888a;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.foot-family a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.foot-family.web img {
    width: 1.75em;
    height: 1.75em;
    display: block;
    margin-right: 0.75em;
}

.foot-family.app {
    width: 100%;
    line-height: 1.56rem;
    font-size: .26rem;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.foot-family.app img {
    width: .36rem;
    height: .36rem;
    margin-right: .12rem;
}

.foot-link {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    float: left;
}

.wechat-qrcode {
    position: absolute;
    display: none;
}

.wechat-qrcode h4 {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
    text-align: center;
}

.wechat-qrcode {
    width: 200px;
    height: 240px;
    background-color: #fff;
    position: absolute;
    left: -80px;
    top: 40px;
    box-shadow: 0px 2px 10px #aaa;
    display: none;
    z-index: 9999;
}

.is-aci.wechat-qrcode {
    display: block;
}

.wechat-qrcode p {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-bottom: 6px;
    line-height: 1
}

.qrcode2 img {
    margin: 20px auto;
    display: block;
    width: 133px!important;
    height: 133px!important;
}

.closeCode {
    position: absolute;
    right: 3px;
    top: 2px;
    color: #666;
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
}

.foot-link li {
    margin-right: 3.625em;
    position: relative;
}

.foot-link li:last-child {
    margin-right: 0;
}

.foot-link a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.foot-link .bi {
    width: 1.75em;
    height: 1.75em;
    display: block;
    color: #606060;
    margin-right: .625em;
    transition: color 0.5s;
    -webkit-transition: color 0.5s;
}

.foot-middle {
    width: 100%;
    padding: 2em 0 1.9em;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    background: url("/content/img/images/foot-1.png") no-repeat right bottom;
    background-size: 7.5vw auto;
}

.foot-middle .fl {
    width: 25%;
}

.foot-middle .fr {
    width: 72%;
    max-width: 1000px;
}

.foot-logo {
    width: 11.2em;
    max-width: 100%;
    float: left;
}

.foot-logo img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.foot-navlist {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.foot-navlist>li {
    max-width: 5em;
    flex: 0 0 5em;
    -webkit-flex: 0 0 5em;
}

.foot-navlist .navlv1 {
    font-size: 16px;
    font-size: .8em;
    line-height: 1em;
    margin-bottom: 1.25em;
}

.foot-navlist .subnav-box {
    font-size: 14px;
    font-size: .7em;
    line-height: 2.285em;
}

.foot-navlist .subnav-box a {
    opacity: .5;
}

.foot-bot {
    font-size: 14px;
    font-size: .7em;
    line-height: 1.5em;
    padding: 1.86em 0;
}

.foot-copy {
    float: left;
    margin-right: 2.14em;
}

.foot-icp {
    float: left;
}

.foot-support {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.foot-support .title {
    display: none;
}

.foot-jszc_swip {
    max-width: 11em;
    height: 1.5em;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.foot-jszc_swip a {
    display: inline;
}

@media screen and (min-width: 992px) {
    .footer a[href]:hover {
        color: #fff100;
        opacity: 1;
    }
    .faBtn:hover {
        background-color: #E60012;
    }
    .faBtn:hover svg {
        color: #fff;
    }
    .foot-link li:hover .bi {
        color: inherit;
    }
}

@media screen and (max-width: 1700px) {
    .foot-telnum {
        padding-right: 3vw;
        margin-right: 3vw;
    }
    .foot-link li {
        margin-right: 3vw;
    }
}

@media screen and (max-width: 991.98px) {
    .foot-middle .fl {
        width: 20%;
    }
    .foot-navlist>li {
        max-width: 4em;
        flex: 0 0 4em;
        -webkit-flex: 0 0 4em;
    }
    .wechat-qrcode {
        top: -240px;
        left: 0
    }
}

@media screen and (max-width: 767.98px) {
    .foot-top {
        padding: 0;
    }
    .foot-top .fl {
        width: 100%;
        float: none;
    }
    .foot-telnum {
        width: 100%;
        float: none;
        margin: 0;
        padding: 0;
        border-bottom: solid 1px rgba(255, 255, 255, 0.2);
        line-height: 1.6rem;
        font-size: .54rem;
        text-align: center;
    }
    .foot-telnum::after {
        display: none;
    }
    .foot-link {
        width: 100%;
        justify-content: center;
        border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    }
    .foot-link li {
        max-width: 33.33%;
        font-size: .24rem;
        line-height: 1.48rem;
        margin: 0;
        padding: 0 .2rem;
    }
    .foot-link .bi {
        width: .35rem;
        height: .35rem;
        margin-right: .14rem;
    }
    .foot-bot {
        padding: .45rem 0 .48rem;
        font-size: .24rem;
        line-height: .52rem;
    }
    .foot-bot .fl,
    .foot-bot .fr {
        width: 100%;
        float: none;
    }
    .foot-bot .fl {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
		flex-wrap: wrap;
    }
    .foot-bot .foot-copy {
        float: none;
        text-align: center;
        margin: 0 .5rem 0 0;
    }
    .foot-bot .foot-icp {
        float: none;
        text-align: center;
    }
    .foot-bot .foot-support {
        justify-content: center;
        -webkit-justify-content: center;
    }
    .foot-bot .foot-jszc_swip {
        height: .52rem;
    }
}


/* 装修计算器 */

.form-matcal {
    width: 34%;
    max-width: 350px;
    float: left;
}

.form-matcal .form-title {
    font-size: 28px;
    font-size: 1.4em;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: 1.64em;
}

.matcal-result {
    width: 56%;
    max-width: 580px;
    float: right;
}

.matcal-result .jisuan_tips {
    margin-top: 1em;
    font-size: 16px;
    font-size: .8em;
    line-height: 1.5em;
    color: #666;
}

.matcal-result .rest-pane {
    width: 100%;
    position: relative;
}

.mat-tablist {
    width: 100%;
    height: 18.4em;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    border: solid 1px #dcdcdc;
}

.mat-tablist .box {
    padding: 13px 16px;
}

.mat-tablist h5 {
    line-height: 2.27em;
    background: #f3f3f3;
    padding: 0px 15px;
    font-size: 22px;
    font-size: 1.1em;
    font-weight: bold;
}

.mat-tablist .list li {
    font-size: 16px;
    font-size: .8em;
    line-height: 1.5em;
    padding: .625em 0;
    border-bottom: solid 1px #dcdcdc;
}

.mat-tablist .jisuan_sj {
    text-align: right;
}

@media screen and (max-width: 1200px) {
    .form-matcal {
        width: 40%;
    }
}

@media screen and (max-width: 767.98px) {
    .form-matcal {
        width: 100%;
        max-width: 100%;
        float: none;
    }
    .form-matcal .form-title {
        font-size: .4rem;
        margin-bottom: .52rem;
        text-align: center;
        font-weight: bold;
    }
    .matcal-result {
        width: 100%;
        max-width: 100%;
        float: none;
        margin-top: .8rem;
    }
    .matcal-result .jisuan_tips {
        font-size: .26rem;
        line-height: .45rem;
        margin-top: .45rem;
    }
    .mat-tablist {
        height: auto;
    }
    .mat-tablist .box {
        padding: .5rem .3rem .42rem;
    }
    .mat-tablist h5 {
        font-size: .32rem;
        line-height: .7rem;
        padding: 0 .26rem;
    }
    .mat-tablist li {
        padding: .12rem 0.13rem;
        font-size: .24rem;
        line-height: .42rem;
    }
    .mat-tablist li>div {
        padding: 0 0.13rem;
    }
}

.foot-middle {
    display: none;
}
